home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / BROWSERS / ANTMAIL / HISTORY.TXT < prev    next >
Encoding:
Text File  |  1996-07-16  |  29.2 KB  |  725 lines

  1. AntMail  History Text
  2.  
  3. v.0.7.9
  4.  
  5.      Fixed some of the bugs with Antmail under Magic!  There is still a
  6.           screen problem.  But hopefully it will get everyone by til I have
  7.           time to come back to it in earnest.
  8.  
  9.      Implemented new "Re:" function.  If Re: already exists it creates
  10.           the following format RE: [x], where x is the number or Re's.
  11.           This is only valid for antmail replies or mailers that just
  12.           add Re: to the beginning of Replies.
  13.  
  14.      Fixed "Send/Queue/Cancel" dialog problems.  Tested under AES 4.1 and
  15.           Magic4.
  16.  
  17.      User now prompted to which address to reply, when replying to messages
  18.           with Reply To: addresses.  Handy for use with mailing lists.
  19.  
  20.      When retrieving messages the total message count on server is given as
  21.           well as the current message #.  Another handy addition for users
  22.           of mailing lists. 
  23.  
  24.      Stopped extra characters from being added to addresses during reply.
  25.  
  26. v.0.7.8
  27.  
  28.      Really fixed 's' in send/queue/cancel.
  29.      Hopefully fixed the problem with not detecting message end on some
  30.           servers.
  31.      Clear out buffer on retrieve so that bogus sizes are not maintained.
  32.      Changed slightly how To: line is generated in outgoing messages.
  33.      Redid the reply to line info.  It now seems to be fine on my machine.
  34.      ie No junk after some usernames.
  35.  
  36. v.0.7.7
  37.  
  38.      Put a wind_update set of calls around the transport layer dialog at
  39.           program start.  Hopefully this will fix it under Magic and not 
  40.           break it for anything else.  I will expand this to other dialogs
  41.           if it works.
  42.  
  43.      Messages status now processed correctly for messages greater than 94.
  44.  
  45.      A couple of minor adjustments to the .RSC (fixed in Swedish as well)
  46.  
  47.      There is now no maximum limit for the number of messages in a mailbox
  48.           that antmail can process.
  49.  
  50.      Fixed bug with replying to messages with no reply-to: address.
  51.  
  52.      Faster retrieve routines.
  53.  
  54.      Expanded message header to include some more previously missing info. 
  55.  
  56.      User can now type in addresses up to 256 characters in the editor and
  57.           have antmail properly process them.
  58.  
  59.      Antmail attempts to find the MagX cookie.  If it is found then antmail
  60.           switches into it's internal multitasking mode.
  61.  
  62.      Resets the number of messages in OUT Queue window when redrawing
  63.  
  64.      Fixed an incorrectly scanned character. 's' now works for
  65.           send/que/cancel dialog.
  66.  
  67.      Changed the way the IN.BOX structure worked in memory.  Hopefully this
  68.           will fix the bomb that's occuring for some.
  69.  
  70.      Fixed Forward status being attributed to wrong message #.
  71.  
  72.      Mouse form forced back to arrow when returning from viewer or editor.
  73.  
  74. v.0.7.6
  75.  
  76.      *****Semi Known Problems*****
  77.  
  78.      Discovered that Lattice's strcpy routine did not work exactly as
  79.           advertised.  So I have string overflow errors occuring.  This
  80.           is the root cause of Antmail forgetting settings and garbling
  81.           lines like reply-to's.  I've been working on fixing these
  82.           but there are a large number of possible problems so it may
  83.           take awhile to get them all sorted out.  Hopefully I'll be 
  84.           able to get the majority squashed in the next couple of versions.
  85.  
  86.      *****UPDATES*****
  87.  
  88.      CleanUP without Repair is now about as fast as it can be.  It's 
  89.           probably comparable to Eudora's performance on similar 
  90.           machines.
  91.  
  92.      Fixed Delete (CleanUp) losing last message.
  93.  
  94.      Fixed Cleanup with Repair losing Status info.
  95.  
  96.      Fixed Delete (Cleanup) losing last lines of messages.
  97.  
  98.      New alert.  When you reply to a message antmail asks you if you want
  99.           to quote the message in the reply.
  100.  
  101.      I've put in a better check for when the pop server is ready to get
  102.           the username.  Hopefully this will kill the problem with getting
  103.           out of sync with the server on slow net days.
  104.  
  105.      When you Reply to a message it's status is updated to 'R' for
  106.           replied.  However this is only tracked properly in a non
  107.           multitasking environment.  In a multitasking environment
  108.           the status is updated whether you cancel the reply or not.
  109.           Tracking it properly in a multitasking environment will
  110.           take a lot more effort that I can afford right now.
  111.  
  112.      Above applies to Forwarding a message as well.
  113.  
  114.      Hopefully fixed at least one of the nasty bugs that popped up with
  115.           Forwarding messages.  Now it doesn't lose the filename on
  116.           my machine.    
  117.  
  118.      Antmail now attempts to track NEW messages coming on to your machine.
  119.           Any message with a status of "RO" will come through as blank.
  120.  
  121.      When selecting Cleanup you are prompted if antmail should attempt
  122.           to repair the mailbox during the process.  Select 'Yes' is the
  123.           delete you are currently used to.  It scans for relevant header
  124.           data and rebuilds the TOC.  Selecting 'No' does not scan the 
  125.           header, thus saving some small amount of time.  You can also 
  126.           now cancel the Cleanup procedure from this prompt.
  127.  
  128.      Cleared out and partially set message info before retrieve.  This
  129.           should clear up a few problems.  Such as messages with no
  130.           subject.
  131.  
  132.      Rewrote the display of the transport dialog at program start.  You
  133.           can now press a key, click on the mouse or wait for it to time
  134.           out.
  135.  
  136.      You now are given a message number of the total (ex 4/19) when listing
  137.           messages.
  138.  
  139.      Noticed big problem in Delete.  It's cutting messages off at 5k. I've
  140.           attempted to fix this.  Will have to wait until I get a big
  141.           message to find out.
  142.  
  143.      Found and squashed remaining examples of the pre FORCE WINDOW REDRAWS
  144.           code.  And moved it into one nice litle routine for several K of
  145.           savings. :)
  146.  
  147.      New keys for the IN.BOX window and Queue window.
  148.  
  149.           Shift UP arrow goes to previous page.
  150.           Shift Down arrow goes to next page.
  151.           'r' or 'R' replies to current selected message (IN.BOX only)
  152.           'd' or 'D' marks the current message for delete (IN.BOX)
  153.                               or deletes message (Queue)
  154.           'f' or 'F' forwards the current selected message (IN.BOX only)
  155.  
  156.      'Send' now default button in Send Mail dialog.
  157.  
  158.      'Go to Editor' now default button in New Message dialog.
  159.  
  160.      Implemented Cancel button in Forward mail dialog.
  161.  
  162.      If you use 'Send Mail' and don't select a file it will alert user and
  163.           go back into dialog again.
  164.  
  165.      Selecting Cancel from the "Queue/Send/Cancel" dialog will now delete
  166.           the message.  With Queue working in place, I don't think this
  167.           safe guard is needed anymore, as it's starting to cause
  168.           confusion.  Guess I should have documented it... 
  169.  
  170.      Removed "Got an AP_TERM" message from screen when one is intercepted.
  171.  
  172. v.0.7.5 First post initial release beta
  173.  
  174.      Some illegal file names for users now, do not have any files named
  175.           WRK.BOX, WRK.TOC or WRK.MSG in your mailpath.  Antmail uses these
  176.           names during delete and they will get killed.
  177.  
  178.      Started using the status field.  'D' is marked for delete.
  179.  
  180.      Multiple deletes are now in place.  Be safe backup your mailbox before
  181.           you try this.  Not as verbose in it's reporting as the last one
  182.           but it's late and I need to get to bed.  Have fun.  Hopefully
  183.           this will work on everyone machines.
  184.  
  185.      How to delete a message. 
  186.           Select it with mouse.
  187.           Press delete button.
  188.           when You are ready or have some time press cleanup.
  189.           When it's done you should have a clean mailbox.
  190.           This delete will parse out reply-to's that were missed
  191.           and fix a few other things that seem to get garbled.
  192.  
  193.      Hopefully fixed the path problem with filenames being cut off.
  194.  
  195.      You can now hit a mouse button to abort the displaying of the
  196.           transport layer info at program start.  
  197.  
  198.      Implemented External viewer for viewing messages from IN.BOX.
  199.  
  200.      Implemented new switch for forcing windows redraws.  Some Magic users
  201.           will need this on.  Most other users will be able to leave it
  202.           off.  If you have a problem with the windows not getting redrawn
  203.           when returning from the viewer or editor, then turn this on.
  204.  
  205.      Force window redraw switch and External viewer are both set from
  206.           the program settings box.
  207.  
  208.      Fixed problem with Reply-to: no getting parsed. Scanned for the wrong
  209.           charachter (oops)
  210.  
  211.      Removed alerts on closing successful mail transactions.  Now displays
  212.           simple dialogs until the processes are complete.
  213.  
  214.      Moved a large number but not all (yet) alerts to the resource file
  215.           to make translation into other languages easier.
  216.  
  217.      Moved a large number of strings into the resource file.
  218.  
  219.      Hotkeys for Queue/Send/Cancel dialog.  I don't know how well this will
  220.           work on foreign keyboards, but hopefully it will.  I've had no 
  221.           complaints yet on the shortcuts for the menu.  Basically they 
  222.           are "c" or "C" for Cancel, "s" or "S" for Send and "q" or "Q"
  223.           for Queue.  This is one that I've developed a great desire for 
  224.           in the last several days.
  225.  
  226.      Fixed nasty problem with large mailboxes not viewing all messages.
  227.           (i.e. messages started to repeat) This ironically broke at 100. 
  228.           It's now an unsigned long so that should get us up to 200. ;) 
  229.           Really need to get a good delete going so I can clear out my
  230.           mailbox.
  231.  
  232. v.0.7.4 Yet another release beta 
  233.  
  234.      Hopefully fixed the Queue bug with alternate file selectors.
  235.  
  236.      Increased size of output buffer in sending messages.
  237.  
  238. v.0.7.3 New release beta (Hopefully the last for a few days :)
  239.  
  240.      Was set to take a few days off when I found a nasty problem in Export
  241.           out of a mailbox.  Fixed this.
  242.  
  243.      Fixed so if you open a the IN.BOX without an IN.BOX existing you don't
  244.           get the 19000+ messages when you have none.
  245.  
  246.      Fixed the nasty habit of grabbing In-Reply-to: as Reply-to:
  247.  
  248. v.0.7.2 New release beta
  249.  
  250.      Improved GUI in problems with mailbox commands (view etc)
  251.  
  252.      Fixed Reply including the header.
  253.  
  254.      Moved all user details into a structure as they should have been
  255.           from the beginning.
  256.  
  257.      Cleaned up a problem on updating windows on Send Queue and Import NOS
  258.  
  259.      Man am I tired, it's been a long week.  Hopefully this version kills
  260.           the Queue problem and the forgotten flags.
  261.  
  262.        I successfully sent a Queue of 16 messages today.  The record so far
  263.           for me.  (Just excited :)  
  264.  
  265.      *Big Warning*  While the new delete is stable and hasn't given me
  266.           any problems yet, it does have one major flaw.  It needs to
  267.           have free space equal to the size of the mailbox.  When I get
  268.           Dfree() to work correctly, I'll patch that in.  So far it's 
  269.           always off.  So what happens if you don't have enough space...
  270.           Let's just say you end up deleting more messages than you
  271.           intended.  I have some ideas on how to improve this routine
  272.           but I need to take a break and let the dust settle and see
  273.           what the status of queue problems is.
  274.  
  275. v.0.7.1 new beta of release
  276.  
  277.      Added visual interaction and error detecting to queue function.
  278.  
  279.      Cleaned up buttons in Empty Queue Mailbox. (correctly spelled queue)
  280.  
  281.      Rewrote window redraw on returning to mailbox window after using
  282.           editor.
  283.  
  284.      Found a serious problem in retrieving messages that was killing me
  285.           in the deletion of messages already in a mailbox.  I've been 
  286.           working hard on getting it all sorted out.  Hopefully I'll have
  287.           it beat in this version.
  288.  
  289.      Import and Send Queue now update appropriate window if it's open.     
  290.  
  291.      Completely rewrote the message interaction in Mailboxes (view etc.)
  292.           Should now have no problems with messages of any size.
  293.  
  294. v.0.7.0 beta of release
  295.  
  296.      Fixed edit cursor start in "Reply_to:" field.
  297.  
  298.      Fixed problem with a posible 'Page 0' in message boxes.
  299.  
  300.      Updated Documentation.
  301.  
  302.      Changed version to 0.7.0
  303.  
  304.      Massive rewrite on import and delete functions.
  305.  
  306.      The new delete is slow, but works reliably over several hours of 
  307.      testing on my machine.  A side benifit is that the new version will
  308.      somewhat repair mailboxes damaged by previous deletes as well as 
  309.      finding previously missed "Reply-to"'s.  2 Things it can't fix, 
  310.      messages seriously damaged and for some strange reason "Received"
  311.      lines immediately preceded by a CR ( or Dec 13).
  312.  
  313. v.0.6 beta 12
  314.  
  315.      Fixed "Reply_to:" being added even if it was blank.
  316.  
  317.      Fixed "Reply-To:" not being detected.  Both in retrieve from a pop
  318.           server and on importing an external mail spool.
  319.  
  320.      Geneva's CH_EXIT code (80) now detected and properly processed.
  321.      (at least for the Geneva Demo)
  322.  
  323.      The QUE functions have been completely rewritten.  As well as all
  324.           message creation.  Messages now have the "To: " and "Subject: "
  325.           lines included when you edit them (or view in Que).  DO NOT
  326.           type anything in or before these lines.  You can change an
  327.           address or the subject, but don't add any extra addresses.  You
  328.           should be able to do that soon, but not in this version.
  329.           One problem still exists in Send Que, if a problem occurs it is
  330.           fatal for the rest of the messages in the Que.  I'll have to 
  331.           write a better routine for this, but not enough time right now.
  332.           If this happens to you just send the Que again.  If it
  333.           consistently fails on a certain message, check it, there is
  334.           probably a problem with the "To: " address.  Delete it (the
  335.           message) or edit it (the address) and it should work fine.
  336.  
  337.      Finally supressed "." at end of message.  Wasn't ever a big concern.
  338.  
  339.      QUE functions NOW all FUNCTION except for "Move".  This took quite a
  340.           bit of work.  I hope you folks appreciate it.  I'm not certain my
  341.           wife does ;)
  342.  
  343.      I've done some work on Delete, I'm not certain if it's working well
  344.           so be careful.
  345.  
  346.      "Nicknames" menu option is now disabled. Doesn't work anyway.
  347.  
  348.      I've changed the date in the "About" box.
  349.  
  350.      Errors on file creation that are mysterious, now give a path on the
  351.           screen.  I've only had this come up once while programming and
  352.           it was an obvious error.  What was happening was that the file
  353.           to be created had no path.  Please let me know if this is
  354.           happening to you.
  355.  
  356.      Well hopefully there aren't many more bugs.  I would like to make this
  357.           the first release version.  I'm certain there will be a few last
  358.           minute fixes, but stability is now the main concern.
  359.  
  360. v.0.6 beta 11
  361.  
  362.      Fixed a bug in sending mail.  I had been using just your username.
  363.           Which works fine as long as you are using the smtp server that
  364.           matches your email address.  If you don't ...  Sorry about that
  365.           one.  It now uses your email address as set in the User Settings.
  366.           Hopefully this didn't cause anyone much pain, sorry I didn't 
  367.           catch this sooner Craig.
  368.  
  369.      Added SIG file support.  Use the button in User Settings to select
  370.           your SIG file.  If you don't want a SIG file, don't set it. ;)
  371.           SIG files are simply external text files.  Go into any text
  372.           editor and create + save it.  Then select it in User Settings
  373.           with the "Set SIG file ..." button.
  374.  
  375.      Added Reply-to: address.  Set this is if you want people to reply to
  376.           you at a different account.  It is found in the User Settings
  377.           dialog.
  378.  
  379.      Modified the .RSC again to support the two previous functions.
  380.  
  381.      Work has been done on QUE, but...
  382.  
  383.      **** QUE is still not functioning ****
  384.  
  385. v.0.6 beta 10
  386.  
  387.      Errors on file creation now prompt an alert.  If you are experiencing
  388.           a problem with file creation.  Please mail me with what the 
  389.           alert says and any accompanying data printed to the screen.     
  390.           If it is obvious what the problem is once you see the alert and
  391.           you've already mailed me about an error, please mail me and let
  392.           me know that you've figured it out.
  393.  
  394.      **** NOTE QUE is not functioning ****
  395.  
  396. v.0.6 beta 9
  397.  
  398.      shel_write is about as extensive as it can get now without relying on
  399.           multitos.  It's enviroment now looks in $HOME and $PATH and
  400.           the applications directory for support files. Works fine under
  401.           MTOS hopefully will work well on other setups.  Did a fair amount
  402.           of expansion here including extending my AES.H file.  There is
  403.           one bit that sets off a compiler warning so I have my fingers 
  404.           crossed that this won't cause any problems.
  405.  
  406.      If Antmail can not execute your external editor, it will now alert
  407.           the user to this fact.
  408.  
  409.      Edited the resource file.  The mailbox window should do better in 
  410.           ST Medium Res.  Also fixed up the Nicknames dialog, but this
  411.           probably won't be in the initial release.
  412.  
  413.      New menu item under extras.  Import NOS mail drop ...  This allows
  414.           you to grab a NOS mail spool and import it into AntMail.  I've 
  415.           only tested it with an Oasis mail drop, but it shouldn't have
  416.           any problems with NOS files.  All you need to do is select the
  417.           actual message spool (EML under OASIS).  Antmail doesn't care
  418.           about the index.  No processing is done to these messages with
  419.           respect to any other programs, so if you are using a mail reader
  420.           with NOS you will need to handle yourself whether to delete them
  421.           or not.  One note: If you don't delete the messages out of the
  422.           spool the next time you import it, you will get all these
  423.           messages imported again.
  424.  
  425. v.0.6 beta 8
  426.  
  427.      New menu item under extras.  Create New User Folder.  This allows you
  428.           to create all the folders you need as a new user of antmail.  As
  429.           an established user you need to go into your mail folder and
  430.           create 2 new folders (directories) INCOMING and OUTGOING. This 
  431.           option will not create them for you.
  432.  
  433.                What are these new directories for?  Well OUTGOING is where
  434.           all OUTGOING mail will be stored before you send it.  INCOMING
  435.           will eventually hold all new mail coming in before it is
  436.           processed.  Processed?  At first this will mean just adding it
  437.           to a mailbox, but will eventually handle grabbing out any
  438.           included files before the message is added to a mailbox.
  439.      
  440.      If you choose the option "Send Now" from the dialog of
  441.           "QUE/SEND/CANCEL" and for some reason the message can't be sent.
  442.           Antmail will now ask you again.  You can choose any of the
  443.           options.  This is mainly so you can decide to 'Que' the message,
  444.           but if your server is just busy, trying 'Send' will probably
  445.           eventually get through.
  446.  
  447.      Spoke with Dan Wilga again.  It's actually CH_EXIT and not AP_TERM as
  448.           he originally told me.  I thought I had already tried this, then
  449.           I found my problem.  CH_EXIT is a value of 90 not 80 as lattice
  450.           has it defined.  Hopefully multitasking now works properly under
  451.           Geneva.  This is the main reason this beta is going out as it is.
  452.  
  453.      QUEing messages is now completely broken.  I'm in the middle of
  454.           rewritting it, but I haven't finished it yet.  So don't even 
  455.           bother with any of the que functions.
  456.  
  457. v.0.6 beta 7
  458.  
  459.      External editor enviroment path now includes $HOME.  Hope that helps.
  460.  
  461.      Fixed page counter in message box window that I broke in previous 
  462.           beta.
  463.  
  464.      Fixed *invisible* edit cursor and hopefully it's related problems
  465.           under alternative desktops.
  466.  
  467.      Fixed problem with default buttons not reading info in settings
  468.           dialogs.
  469.  
  470.      Disabled some button redraws on window close.  Hopefully will 
  471.           eliminate ghost buttons on Desktop.
  472.  
  473.      Force redraw Message Box window after running an external viewer.
  474.           Hopefully will eliminate invisible window under Magic.
  475.  
  476.      Talking with Dan Wilga in the hopes of fixing external viewer under
  477.           Geneva.  If you run Geneva with MiNT it is fixed now, however
  478.           you do have the slowdown. :(
  479.  
  480.      Talked with Craig Graham. Antmail is compatible with XaAES. :)
  481.  
  482. v.0.6 beta 6
  483.  
  484.      *NEW*  Double click on a message in a message box and 'View' it.
  485.  
  486.      Removed listing of messages on "Get Mail" as it was redundant.
  487.  
  488.      Fixed Bus error problems under MiNT. (MTOS)
  489.  
  490.      Multitasking systems should be able to have multiple messages
  491.           being Viewed at once.  With the next revision, multiple edits
  492.           should be possible as well.
  493.  
  494.      Several small cuts and hacks to keep the size down.
  495.  
  496.      Fixed a problem with the Server settings dialog.
  497.  
  498.      Made 'Set Now' default in the Settings dialogs.
  499.  
  500.      "Open OUT.QUE" now does something.  But not much. I'm thinking about
  501.           rewritting the whole queing section again.
  502.  
  503.      Fixed program termination.  Shouldn't give any more warnings.
  504.  
  505.      Implement AP_TERM call for multitasking systems that support it.
  506.  
  507.  /*    Implemented shell_write instead of Pexec under Multitasking systems.
  508.           Hopefully this will work for everyone in a better manner than
  509.           Pexec.*/
  510.  
  511.      ^-- Shel_write didn't perform as I hoped so it now has a suped up
  512.           version of Pexec working.  If this doesn't fix the sleep problems
  513.           under Geneva let me know.  And I'll try to fix shell_write.
  514.  
  515.      Fixed menu disappearing under MTOS at Enter Password Dialog. This is
  516.           fixed in a way that should be compatible with machines with TOS
  517.           versions less than 1.2
  518.  
  519. *Note as of beta 5 you have to have an SMTP server defined in the server
  520. setings dialog to send mail.
  521.  
  522. v.0.6 beta 5
  523.  
  524.      Fixed problem with viewing etc. large messages in IN.BOX
  525.      
  526.      Fixed problem with initial connect on check mail
  527.  
  528.      Placed all the settings dialogs into windows.
  529.  
  530.      Fixed problem with non saved passwords.
  531.  
  532.      Implemented (re) SMTP server for remote host on send mail
  533.  
  534.      Fixed problem with excess pages when messages%10 == 0
  535.  
  536.      Got an initial version of Que working.  You can now send Que.
  537.  
  538. v.0.6 beta 4
  539.  
  540.      Sizes on retrieve message fixed.
  541.  
  542.      Reply implemented in message boxes.
  543.  
  544.      Forward implemented in message boxes.
  545.  
  546.      Rewrote sending of mail routine and standardized it through out
  547.           program.
  548.  
  549.      Queing of Messages for offline editing started.  However even though
  550.           you will be prompted and can answer to 'Que', at the moment there
  551.           is no way to send this que.  So I would not recommend answering 
  552.           'que' at this point.
  553.  
  554.      Placed a work around for the first connection.
  555.  
  556. v.0.6 beta 3
  557.  
  558.      Found the bug with deleting messages out of the IN.BOX on pages
  559.           greater than 1. So I now have a working delete on my machine at
  560.           least ;)  But it's dog slow and needs drive space.  I will
  561.           improve this routine, when I get confirmation of it working on
  562.           other peoples machines.
  563.  
  564.      I've hopefully fixed the sizes on retrieve.  So that you should get a
  565.           better guess about how much more of the message you have to get.
  566.           *NOTE* POP does not feed you the actual amount.  It gives a close
  567.           estimate though, so your messages should always be slightly
  568.           larger that the size it gives.
  569.  
  570.      NOTE ON ABOVE. I didn't get it fixed.  In fact it's worse.  I will get
  571.           it repaired over the weekend.  Sorry.
  572.  
  573.  
  574.      I've done a change on the save password NO code.  Hopefully it will
  575.           make a difference and fix the problem.  If it doesn't let me
  576.           know.
  577.  
  578.      Mailboxes fixed under MTOS.  So hopefully Magic as well.  It was
  579.           the same problem we had before with Preferences files.
  580.  
  581.      Fixed Send mail sizes in the dialog.  No longer do you send those 
  582.           3 meg re 30 k files.  It was never a problem beyond visual
  583.           interaction though.
  584.  
  585. v.0.6 beta 2
  586.  
  587.      I now have a working delete messages out of IN.BOX working.
  588.  
  589.      Hopefully fixed the problem with messages seeming so huge on send.
  590.  
  591.      Split documentation into History.txt and antmail.txt
  592.  
  593.  
  594. v.0.6 beta 1:
  595.  
  596.       Sorry to be brief, But I feel like crap.
  597.  
  598.      Anyway.
  599.  
  600.       You can now view messages in the IN.BOX.  You
  601.           must have an external editor installed to 
  602.           do this.
  603.  
  604.      You can now export messages out of the IN.BOX.
  605.           
  606.      The overflow of the Tedinfos has also been fixed.
  607.  
  608.      and as usual I'm certain there is more. But I can't remember
  609.      what.  Just bug squashing in general.
  610.  
  611.      I'll work up a better doc file with the next Beta.  I'm
  612.      just going to go to bed and die right now ;(
  613.  
  614. v.0.6 beta 0:
  615.      
  616.      New: 
  617.  
  618.      Mailbox support. Well sort of...  There is internal support for
  619.      multiple mailboxes. However only one is available at the moment.
  620.  
  621.      Working Verbose listings.     
  622.  
  623.      Now displays asterix for password on send, in case you're concerned
  624.      that you didn't get the right number of characters into it.
  625.  
  626.      At least one non-modal dialog box.  There are some others but as they
  627.      don't do anything yet.  They aren't activated.
  628.  
  629.      Numerous small improvements and bug fixes that have faded from my
  630.      sparse short term memory.
  631.  
  632. beta 7:
  633.  
  634.      This was a lost endevour.  I lost a big chunk of the coding that was
  635.      done for it however.  Some path fixes were put in that are permanent.
  636.  
  637. beta 6:
  638.  
  639.      Default Mail Folder set to the directory AntMail is ran from.
  640.      This gets set during the loading of settings.
  641.  
  642.      Password now hidden during connect and in user info dialog.
  643.  
  644.      Implemented Krmalloc().  This should keep Antmail from stepping
  645.      on other program toes in a multitasking enviroment.
  646.  
  647.      Made button default in enter password dialog.
  648.  
  649.      Resized text above box in listed mail dialog.
  650.  
  651. beta 5:
  652.  
  653.      Now handles external editors.  At the moment this only works with
  654. sending a new message to someone.  But give me some time.  I wanted to
  655. incorporate more, but I've been very busy with some non programming work.
  656.  
  657.      Fixed when you send mail to me, with the handy button.
  658.  
  659.      Changed my address related to above mentioned button to my popmail
  660.           account.  This is the address I will be reading most frequently
  661.           in December.
  662.  
  663.      Striped one of the response lines out of getting messages.  This seems
  664.           to avoid all the nasty crashes I was experiencing.
  665.  
  666.      Totally lost the ability to spell or type.
  667.  
  668.      Send mail now checks if STiK is enabled.
  669.  
  670.      All routines should be able to handle anyone trying to be tricky, by
  671.           disabling STiK and trying to process mail.
  672.  
  673.      Resolve isn't called if the server address is a dotted decimal
  674.           address (i.e. 128.146.16.100)  However I'm not certain if my
  675.           code for this will work.  
  676.  
  677.      Implemented code that should detect if you've actually connected to 
  678.           your mail server.  This should avoid alot of the seemingly nasty
  679.           connections of the past.
  680.  
  681.      Major changes to the resource file.
  682.  
  683.      Major changes to the handling of the file selector in loading/saving
  684.           settings as well as preferences.
  685.  
  686.      Improved Send Mail file checking.  
  687.  
  688.      Improved performance of .rsc drawing in status of sending/receiving
  689.           messages.
  690.  
  691.      Added default mail path.  So if you don't set a mail path it should
  692.           just use the path that antmail is ran from.
  693.  
  694.  
  695.  
  696. beta 4:
  697.  
  698.      Now properly detects end of messages.
  699.  
  700.      Give's status of bytes sent out of # of bytes in file on send mail.
  701.                /* This sometimes gets garbled, will worry about it later */
  702.  
  703.      Put in place a slow_io flag under program settings.  This
  704. enables/disables serial enabling/disabling.  Might clear up a few bugs for
  705. people.  The rule here is if you have a slow system (520STwFloppy) leave
  706. slow_io on.  For other configs your mileage may vary.
  707.  
  708.      Now if you don't save your password it prompts you when loading your
  709. settings to enter your password.  It doesn't function exactly the way I
  710. would like it to but is somewhat better than before. ie. If you didn't save
  711. your password you had to go into user settings and set it.
  712.  
  713.      Made the rest of the objects in the about box selectable so now it
  714. exits no matter where you click.
  715.  
  716.      Now you can see the nicknames dialoge even if you can't do anything
  717. with it.
  718.  
  719.  
  720. There really were betas before 4.  But who know's what changed in them. 
  721. Basically as any of you who've been on the list can tell you.  There wasn't
  722. that much to rah about.
  723.  
  724.  
  725. Dan